Target: Windows with CS5 or similar adobe products installed

 

Relevance 1:

(name of it = "WinXP" OR name of it = "WinXP-2003" OR (name of it = "WinVista" AND product type of it = nt workstation product type AND NOT x64 of it) OR (name of it = "WinVista" AND product type of it = nt workstation product type AND x64 of it) OR (name of it = "Win7" AND NOT x64 of it) OR (name of it = "Win7" AND x64 of it)) of operating system
 
 

Relevance 2:

exists name whose (it contains "AdobeAAMUpdater") of scheduled tasks​​
 
 

Action:

//Delete the task
waithidden cmd.exe /C SchTasks /Delete /TN "{name whose (it contains "AdobeAAMUpdater") of scheduled tasks}" /F
 
 

References:

http://www.howtogeek.com/51236/how-to-create-modify-and-delete-scheduled-tasks-from-the-command-line/​